Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.ecm.platform.faceted.search.jsf.core.types

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.faceted.search.jsf.core.types">

  <require>org.nuxeo.ecm.core.CoreExtensions</require>

  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
    <schema name="faceted_search" prefix="fs" src="schemas/faceted_search.xsd" />
  </extension>

  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">

    <!-- the facet HiddenInFacetedSearch is deprecated since 5.7 -->
    <facet name="FacetedSearch" />

    <doctype name="FacetedSearch" extends="Document">
      <schema name="common" />
      <schema name="dublincore" />
      <schema name="uid" />
      <schema name="faceted_search" />
      <facet name="FacetedSearch" />
    </doctype>

    <!-- Deprecated -->
    <doctype name="FacetedSavedSearchesFolder" extends="Folder" />

  </extension>

</component>